Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting the default blacklist via properties #394

Merged
merged 6 commits into from
Jan 14, 2025

Conversation

codeconsole
Copy link
Contributor

@codeconsole codeconsole commented Jan 13, 2025

If properties are not set, default behavior remains unchanged.

Example:

grails:
  plugin:
    fields:
      exclusions:
        display:
          - version
          - created
        input:
          - version
          - lastUpdated
          - dateCreated
          - created
          - modified
        list:
          - version
          - modified

Copy link
Contributor

@jdaugherty jdaugherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it would work, but I'd like to see some tests for the exclusion loads.

@codeconsole
Copy link
Contributor Author

codeconsole commented Jan 13, 2025

This looks like it would work, but I'd like to see some tests for the exclusion loads.

@jdaugherty done

@codeconsole codeconsole merged commit 8ff774d into gpc:6.0.x Jan 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants